From: Gert-Jan Rozing Date: Mon, 26 Aug 2019 10:02:02 +0000 (+0200) Subject: Fixed path issue X-Git-Tag: archive/raspbian/1.78-1+rpi1^2~4^2~8^2~2^2^2~2 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=964bdb1e7924b672963322de5ad03cfd33c6a1fd;p=pigpio.git Fixed path issue --- diff --git a/CMakeLists.txt b/CMakeLists.txt index face031..5ad5d37 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -134,7 +134,7 @@ if(Python_FOUND) ${CMAKE_CURRENT_BINARY_DIR}/setup.py ) - install(CODE "execute_process(${Python_EXECUTABLE} setup.py install)") + install(CODE "execute_process(${Python_EXECUTABLE} ${CMAKE_CURRENT_BINARY_DIR}/setup.py install)") endif() # #install(CODE "execute_process(COMMAND ldconfig)")